| 2007-03-18 |
Keir Fraser | xend: Fix Py_BuildValue() invocation (don't use I speci... |
commit | commitdiff | tree | snapshot |
| 2007-03-18 |
Ewan Mellor | Re-raise log level for XendConfig (accidentally changed... |
commit | commitdiff | tree | snapshot |
| 2007-03-18 |
Ewan Mellor | Fix the signedness of a number of values demarshalled... |
commit | commitdiff | tree | snapshot |
| 2007-03-17 |
Ewan Mellor | Support xm create through the Xen-API. |
commit | commitdiff | tree | snapshot |
| 2007-03-17 |
Ewan Mellor | Fix xm list's printing of the memory target, when in... |
commit | commitdiff | tree | snapshot |
| 2007-03-17 |
Ewan Mellor | Replace VDI.location with a more generic VDI.other_conf... |
commit | commitdiff | tree | snapshot |
| 2007-03-17 |
Ewan Mellor | Work around bug in Python's inspect module -- catch... |
commit | commitdiff | tree | snapshot |
| 2007-03-17 |
Keir Fraser | Fix up nosegneg vsyscall elfnote. |
commit | commitdiff | tree | snapshot |
| 2007-03-17 |
Keir Fraser | Xen and tools now require gcc 3.4+ on x86. |
commit | commitdiff | tree | snapshot |
| 2007-03-16 |
Keir Fraser | hvmloader: More simplification of highmem bios relocati... |
commit | commitdiff | tree | snapshot |
| 2007-03-16 |
Keir Fraser | General hvmloader cleanups and write memory fields... |
commit | commitdiff | tree | snapshot |
| 2007-03-16 |
Keir Fraser | Fix build when bcc is not installed. |
commit | commitdiff | tree | snapshot |
| 2007-03-16 |
Jake Wires | [TAPDISK] unlock sector on error case |
commit | commitdiff | tree | snapshot |
| 2007-03-16 |
kfraser@localhost... | rombios: Simplify memory-size bios calls and derive... |
commit | commitdiff | tree | snapshot |
| 2007-03-16 |
kfraser@localhost... | libxc: Explicitly reserve space for special pages in... |
commit | commitdiff | tree | snapshot |
| 2007-03-16 |
Ewan Mellor | Fix VM_metrics.get_vcpus_utilisation. |
commit | commitdiff | tree | snapshot |
| 2007-03-16 |
Tim Deegan | [QEMU] fix typo in 14405 |
commit | commitdiff | tree | snapshot |
| 2007-03-16 |
kfraser@localhost... | hvm ioemu: Add support for IOREQ_TYPE_XCHG in qemu-dm. |
commit | commitdiff | tree | snapshot |
| 2007-03-16 |
kfraser@localhost... | hvm mmio: two additional mmio ops that OS/2 needs emulated. |
commit | commitdiff | tree | snapshot |
| 2007-03-16 |
kfraser@localhost... | hvm vpic: Fix IRQ priority calculation in 8259 device... |
commit | commitdiff | tree | snapshot |
| 2007-03-16 |
kfraser@localhost... | linux: Various cleanup and locking clarification (and... |
commit | commitdiff | tree | snapshot |
| 2007-03-16 |
kfraser@localhost... | Revert CONFIG_SPLIT_PTLOCK_CPUS change of 14209:1061c7b... |
commit | commitdiff | tree | snapshot |
| 2007-03-16 |
Tim Deegan | [HVM][SVM] Save/restore: save the guest's versions... |
commit | commitdiff | tree | snapshot |
| 2007-03-16 |
Tim Deegan | [HVM][QEMU] Save/restore: enable HVM live migration |
commit | commitdiff | tree | snapshot |
| 2007-03-16 |
kfraser@localhost... | xenbus: Clarify and simplify barrier usage. |
commit | commitdiff | tree | snapshot |
| 2007-03-16 |
Ian Campbell | [LINUX] Don't pin the initial page tables on x86_64... |
commit | commitdiff | tree | snapshot |
| 2007-03-16 |
Tim Deegan | Fix the python type dismatch exception when HVM restore |
commit | commitdiff | tree | snapshot |
| 2007-03-15 |
Ewan Mellor | Implement xm list through the Xen-API. |
commit | commitdiff | tree | snapshot |
| 2007-03-15 |
Ewan Mellor | Raise the VM_BAD_POWER_STATE error with VM.send_sysrq... |
commit | commitdiff | tree | snapshot |
| 2007-03-15 |
Ewan Mellor | Added a new Xen-API call VM.send_sysrq, and use that... |
commit | commitdiff | tree | snapshot |
| 2007-03-15 |
Ewan Mellor | Allow the xm configuration file location to be overridd... |
commit | commitdiff | tree | snapshot |
| 2007-03-15 |
kfraser@localhost... | Replace tab with 4 whitespaces in xm/shutdown.py. |
commit | commitdiff | tree | snapshot |
| 2007-03-15 |
kfraser@localhost... | minios: Fix an extern declaration and add an extra... |
commit | commitdiff | tree | snapshot |
| 2007-03-15 |
kfraser@localhost... | net back: Quieten loud error path. |
commit | commitdiff | tree | snapshot |
| 2007-03-15 |
kfraser@localhost... | Add two arch hooks to gnttab_release_mappings(). |
commit | commitdiff | tree | snapshot |
| 2007-03-15 |
kfraser@localhost... | x86: 32on64 oversight in update_va_mapping |
commit | commitdiff | tree | snapshot |
| 2007-03-15 |
kfraser@localhost... | hvmloader: Simplify 32bit-bios relocator. |
commit | commitdiff | tree | snapshot |
| 2007-03-15 |
kfraser@localhost... | TCGBIOS fixes and cleanups. |
commit | commitdiff | tree | snapshot |
| 2007-03-15 |
kfraser@localhost... | Add boot option to allow console I/O to be placed into... |
commit | commitdiff | tree | snapshot |
| 2007-03-14 |
Ewan Mellor | Implement xm domid and xm console using the Xen-API... |
commit | commitdiff | tree | snapshot |
| 2007-03-14 |
Ewan Mellor | Added the clear flag to host.dmesg, and added host... |
commit | commitdiff | tree | snapshot |
| 2007-03-14 |
Ewan Mellor | Fix error logging when we get a 500 response. |
commit | commitdiff | tree | snapshot |
| 2007-03-14 |
Ewan Mellor | Improve the performance of the Xend trace facility... |
commit | commitdiff | tree | snapshot |
| 2007-03-14 |
Ewan Mellor | Trap bad return values from Xen-API method handlers... |
commit | commitdiff | tree | snapshot |
| 2007-03-14 |
Ewan Mellor | Match recent removal of VM.VCPUs_policy. |
commit | commitdiff | tree | snapshot |
| 2007-03-14 |
Ewan Mellor | Fix typo in xm-test. |
commit | commitdiff | tree | snapshot |
| 2007-03-14 |
Ewan Mellor | Fix typo. |
commit | commitdiff | tree | snapshot |
| 2007-03-14 |
Ewan Mellor | Added VM_metrics.get_all. |
commit | commitdiff | tree | snapshot |
| 2007-03-14 |
Ewan Mellor | Added Xen-API features needed to implement xm info... |
commit | commitdiff | tree | snapshot |
| 2007-03-14 |
Ewan Mellor | Implement VM_metrics Xen-API class. |
commit | commitdiff | tree | snapshot |
| 2007-03-14 |
Ewan Mellor | Added Xen-API support to xm shutdown. |
commit | commitdiff | tree | snapshot |
| 2007-03-14 |
Jake Wires | [BLKTAP] remove spurious error message |
commit | commitdiff | tree | snapshot |
| 2007-03-14 |
kfraser@localhost... | hvm: Firmware build requires dev86 (bcc) >= 0.16.14. |
commit | commitdiff | tree | snapshot |
| 2007-03-13 |
Ewan Mellor | Implement VM.{add_to,remove_from}_VCPUs_params. |
commit | commitdiff | tree | snapshot |
| 2007-03-13 |
Ewan Mellor | In xm shell, add a space to the function names when... |
commit | commitdiff | tree | snapshot |
| 2007-03-14 |
Ian Campbell | [LINUX] 32on64 kdump: Allow a 32 bit kernel to read... |
commit | commitdiff | tree | snapshot |
| 2007-03-14 |
Ian Campbell | [LINUX] Kexec: Ensure that pages allocated for kexec... |
commit | commitdiff | tree | snapshot |
| 2007-03-14 |
Ian Campbell | [XEN] 32on64 kexec: Make the compat page table cover... |
commit | commitdiff | tree | snapshot |
| 2007-03-14 |
Tim Deegan | [XEND] Mark save record fd close-on-exec after calling... |
commit | commitdiff | tree | snapshot |
| 2007-03-14 |
kfraser@localhost... | hvm: Add a revision 1 FADT in ACPI, and link the origin... |
commit | commitdiff | tree | snapshot |
| 2007-03-14 |
kfraser@localhost... | hvm: Print bad DFR value for vlapic if a bad value... |
commit | commitdiff | tree | snapshot |
| 2007-03-14 |
kfraser@localhost... | AMD HVM: Fix enter-realmode stub to initialise 32-bit... |
commit | commitdiff | tree | snapshot |
| 2007-03-14 |
Tim Deegan | add usb device save/restore in qemu |
commit | commitdiff | tree | snapshot |
| 2007-03-13 |
Tim Deegan | [HVM] Save/restore: more state propagation in xend |
commit | commitdiff | tree | snapshot |
| 2007-03-13 |
kfraser@localhost... | xm: Allow vcpu-pin to specify 'all' for CPU list. |
commit | commitdiff | tree | snapshot |
| 2007-03-13 |
kfraser@localhost... | xen/x86: Tweak #PF handler. Simplify gdbstub copy to... |
commit | commitdiff | tree | snapshot |
| 2007-03-13 |
kfraser@localhost... | linux: No need to force pcibios_scan_all_fns() on moder... |
commit | commitdiff | tree | snapshot |
| 2007-03-13 |
kfraser@localhost... | hvmloader: Avoid compile warnings char vs. unsigned... |
commit | commitdiff | tree | snapshot |
| 2007-03-13 |
Ian Campbell | Update defconfigs for new XEN_COMPAT_300004 option. |
commit | commitdiff | tree | snapshot |
| 2007-03-13 |
kfraser@localhost... | [XM-TEST] vTPM test changes |
commit | commitdiff | tree | snapshot |
| 2007-03-13 |
kfraser@localhost... | docs: update some todo items. |
commit | commitdiff | tree | snapshot |
| 2007-03-13 |
Ian Campbell | [LINUX] Fix typo so 3.0.4 compatability works. |
commit | commitdiff | tree | snapshot |
| 2007-03-12 |
Tim Deegan | [HVM] Save/restore: update HVM detection in save/restor... |
commit | commitdiff | tree | snapshot |
| 2007-03-12 |
kfraser@localhost... | linux: Adjust memory allocation condition in netback... |
commit | commitdiff | tree | snapshot |
| 2007-03-12 |
kfraser@localhost... | xen: Generic linear pagetable support for x86 PV guests. |
commit | commitdiff | tree | snapshot |
| 2007-03-12 |
kfraser@localhost... | x86: PAE linear page tables. |
commit | commitdiff | tree | snapshot |
| 2007-03-12 |
kfraser@localhost... | linux: No need to manually bring VCPUs online across... |
commit | commitdiff | tree | snapshot |
| 2007-03-12 |
kfraser@localhost... | xen: Set VGCF_online flag appropriately for getvcpucontext. |
commit | commitdiff | tree | snapshot |
| 2007-03-12 |
kfraser@localhost... | x86: Add VGCF_onlien flag to vcpu_guest_context. |
commit | commitdiff | tree | snapshot |
| 2007-03-12 |
kfraser@localhost... | AMD HVM: Exit hvmloader via a normal jump-to-realmode... |
commit | commitdiff | tree | snapshot |
| 2007-03-12 |
kfraser@localhost... | The Xen console intercepts ^O and prevents it from... |
commit | commitdiff | tree | snapshot |
| 2007-03-12 |
kfraser@localhost... | Fix valid_phys_addr_range() prototype of xen /dev/mem. |
commit | commitdiff | tree | snapshot |
| 2007-03-12 |
kfraser@localhost... | xen: Fix emulator to use default segment SS for ESP... |
commit | commitdiff | tree | snapshot |
| 2007-03-12 |
Tim Deegan | [HVM] Remove debugging printout of BIOS boot vector |
commit | commitdiff | tree | snapshot |
| 2007-03-12 |
Tim Deegan | [HVM] Speed up bulk p2m operations such as domain creation |
commit | commitdiff | tree | snapshot |
| 2007-03-11 |
Ewan Mellor | Fix typo in cset 14341:0affe03ee985 that broke migration. |
commit | commitdiff | tree | snapshot |
| 2007-03-10 |
Ewan Mellor | Added an VM_HVM_REQUIRED error code, and use it on... |
commit | commitdiff | tree | snapshot |
| 2007-03-10 |
Ewan Mellor | Replace VM.platform_{std_VGA,serial,localtime,clock_off... |
commit | commitdiff | tree | snapshot |
| 2007-03-10 |
Ewan Mellor | Remove obsolete tpm_backend entry. |
commit | commitdiff | tree | snapshot |
| 2007-03-10 |
Ewan Mellor | Fix VM.set_actions_after_{reboot,shutdown}. |
commit | commitdiff | tree | snapshot |
| 2007-03-10 |
Ewan Mellor | Fix "no such domain" error message from domain_lookup. |
commit | commitdiff | tree | snapshot |
| 2007-03-10 |
Ewan Mellor | Remove some excessive debug logging. |
commit | commitdiff | tree | snapshot |
| 2007-03-10 |
Ewan Mellor | Don't show the usage message for "domain does not exist... |
commit | commitdiff | tree | snapshot |
| 2007-03-10 |
Ewan Mellor | Improve xm shell tab completion. |
commit | commitdiff | tree | snapshot |
| 2007-03-10 |
Ewan Mellor | Add vcpus_max and vcpus_at_startup values to the exampl... |
commit | commitdiff | tree | snapshot |
| 2007-03-10 |
Ewan Mellor | Fix get_val_as_string so that it does not truncate... |
commit | commitdiff | tree | snapshot |
| 2007-03-10 |
Ewan Mellor | Allow empty structs to represent empty Maps. |
commit | commitdiff | tree | snapshot |
| 2007-03-10 |
kfraser@localhost... | xen ppc: Guests need the default 100Hz ticker. |
commit | commitdiff | tree | snapshot |
| 2007-03-10 |
kfraser@localhost... | pci back: Various fixes. |
commit | commitdiff | tree | snapshot |
| 2007-03-10 |
kfraser@localhost... | Simple fix to the man page for xm block-attach. |
commit | commitdiff | tree | snapshot |
| next |